home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
ToomyTooth.swf
/
scripts
/
frame_34
/
PlaceObject2_60_6
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-05
|
159 b
|
11 lines
onClipEvent(enterFrame){
if(this._y < _root.Tommy._y + 40)
{
this._visible = false;
}
else
{
this._visible = true;
}
}